home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
2DLab
/
TwoDTSP.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-14
|
265 b
|
15 lines
#ifndef _TSP_
#define _TSP_
@interface TwoDView(TSP)
// Categories cannot declare new vars
- doSimpleNearNeighbor;
- doCheapestInsertion;
- doNearestNeighbor;
- doNearestAddition;
- doFarthestInsertion;
- drawTSP;
- timeValue: sender;
- Optimize;
@end
#endif _TSP_